home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / games / b2b103.zip / SETUP.BAT < prev    next >
DOS Batch File  |  1996-10-01  |  425b  |  16 lines

  1. @echo off
  2. rem *************************************************
  3. rem **Setup   DEMO    version of Back to Baghdad  ***
  4. rem **Copyright (C) 1996 Military Simulations Inc ***
  5. rem *************************************************
  6. set DOS4G=quiet
  7. set B2BSETUPTEMP=%DOS4GVM%
  8. set DOS4GVM=
  9. call donotrun.exe 
  10. call MSIPATCH.BAT
  11. pause
  12. type readme.txt | more
  13. del MSIPATCH.bat
  14. set DOS4GVM=%B2BSETUPTEMP%
  15. set B2BSETUPTEMP=
  16.